-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random build #416
Random build #416
Conversation
Why did you use a white list in txt rather than the direct shell script as in DGtal ? |
|
@dcoeurjo I added the script and add the option in travis and appveyor but I miss the change to re activate travis as you done for DGtal, is it in the setting project ? (I have not the hand on it). |
I don't know exactly why but I don't have build credits anymore on Travis on my account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great 👍
PR Description
Following the @dcoeurjo DGtal PR 1588, it implements a random build with also and explicit whithelist. Typical use:
cmake .. -DDGTALTOOLS_RANDOMIZED_BUILD_THRESHOLD=25 -DDGTALTOOLS_RANDOMIZED_BUILD_WHITELIST="$(cat ../cmake/whiteListBuildTools.txt)"
Checklist
cmake
mode (otherwise, Travis C.I. will fail).